3.6.64 \(\int \sqrt {a+a \sin (e+f x)} (c+d \sin (e+f x))^{5/2} \, dx\) [564]

Optimal. Leaf size=203 \[ -\frac {5 \sqrt {a} (c+d)^3 \tan ^{-1}\left (\frac {\sqrt {a} \sqrt {d} \cos (e+f x)}{\sqrt {a+a \sin (e+f x)} \sqrt {c+d \sin (e+f x)}}\right )}{8 \sqrt {d} f}-\frac {5 a (c+d)^2 \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{8 f \sqrt {a+a \sin (e+f x)}}-\frac {5 a (c+d) \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{12 f \sqrt {a+a \sin (e+f x)}}-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a+a \sin (e+f x)}} \]

[Out]

-5/8*(c+d)^3*arctan(cos(f*x+e)*a^(1/2)*d^(1/2)/(a+a*sin(f*x+e))^(1/2)/(c+d*sin(f*x+e))^(1/2))*a^(1/2)/f/d^(1/2
)-5/12*a*(c+d)*cos(f*x+e)*(c+d*sin(f*x+e))^(3/2)/f/(a+a*sin(f*x+e))^(1/2)-1/3*a*cos(f*x+e)*(c+d*sin(f*x+e))^(5
/2)/f/(a+a*sin(f*x+e))^(1/2)-5/8*a*(c+d)^2*cos(f*x+e)*(c+d*sin(f*x+e))^(1/2)/f/(a+a*sin(f*x+e))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.26, antiderivative size = 203, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 3, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.103, Rules used = {2849, 2854, 211} \begin {gather*} -\frac {5 \sqrt {a} (c+d)^3 \text {ArcTan}\left (\frac {\sqrt {a} \sqrt {d} \cos (e+f x)}{\sqrt {a \sin (e+f x)+a} \sqrt {c+d \sin (e+f x)}}\right )}{8 \sqrt {d} f}-\frac {5 a (c+d)^2 \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{8 f \sqrt {a \sin (e+f x)+a}}-\frac {5 a (c+d) \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{12 f \sqrt {a \sin (e+f x)+a}}-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a \sin (e+f x)+a}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + a*Sin[e + f*x]]*(c + d*Sin[e + f*x])^(5/2),x]

[Out]

(-5*Sqrt[a]*(c + d)^3*ArcTan[(Sqrt[a]*Sqrt[d]*Cos[e + f*x])/(Sqrt[a + a*Sin[e + f*x]]*Sqrt[c + d*Sin[e + f*x]]
)])/(8*Sqrt[d]*f) - (5*a*(c + d)^2*Cos[e + f*x]*Sqrt[c + d*Sin[e + f*x]])/(8*f*Sqrt[a + a*Sin[e + f*x]]) - (5*
a*(c + d)*Cos[e + f*x]*(c + d*Sin[e + f*x])^(3/2))/(12*f*Sqrt[a + a*Sin[e + f*x]]) - (a*Cos[e + f*x]*(c + d*Si
n[e + f*x])^(5/2))/(3*f*Sqrt[a + a*Sin[e + f*x]])

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 2849

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]]*((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp
[-2*b*Cos[e + f*x]*((c + d*Sin[e + f*x])^n/(f*(2*n + 1)*Sqrt[a + b*Sin[e + f*x]])), x] + Dist[2*n*((b*c + a*d)
/(b*(2*n + 1))), Int[Sqrt[a + b*Sin[e + f*x]]*(c + d*Sin[e + f*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, f}
, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 - b^2, 0] && NeQ[c^2 - d^2, 0] && GtQ[n, 0] && IntegerQ[2*n]

Rule 2854

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]]/Sqrt[(c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[
-2*(b/f), Subst[Int[1/(b + d*x^2), x], x, b*(Cos[e + f*x]/(Sqrt[a + b*Sin[e + f*x]]*Sqrt[c + d*Sin[e + f*x]]))
], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 - b^2, 0] && NeQ[c^2 - d^2, 0]

Rubi steps

\begin {align*} \int \sqrt {a+a \sin (e+f x)} (c+d \sin (e+f x))^{5/2} \, dx &=-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a+a \sin (e+f x)}}+\frac {1}{6} (5 (c+d)) \int \sqrt {a+a \sin (e+f x)} (c+d \sin (e+f x))^{3/2} \, dx\\ &=-\frac {5 a (c+d) \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{12 f \sqrt {a+a \sin (e+f x)}}-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a+a \sin (e+f x)}}+\frac {1}{8} \left (5 (c+d)^2\right ) \int \sqrt {a+a \sin (e+f x)} \sqrt {c+d \sin (e+f x)} \, dx\\ &=-\frac {5 a (c+d)^2 \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{8 f \sqrt {a+a \sin (e+f x)}}-\frac {5 a (c+d) \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{12 f \sqrt {a+a \sin (e+f x)}}-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a+a \sin (e+f x)}}+\frac {1}{16} \left (5 (c+d)^3\right ) \int \frac {\sqrt {a+a \sin (e+f x)}}{\sqrt {c+d \sin (e+f x)}} \, dx\\ &=-\frac {5 a (c+d)^2 \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{8 f \sqrt {a+a \sin (e+f x)}}-\frac {5 a (c+d) \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{12 f \sqrt {a+a \sin (e+f x)}}-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a+a \sin (e+f x)}}-\frac {\left (5 a (c+d)^3\right ) \text {Subst}\left (\int \frac {1}{a+d x^2} \, dx,x,\frac {a \cos (e+f x)}{\sqrt {a+a \sin (e+f x)} \sqrt {c+d \sin (e+f x)}}\right )}{8 f}\\ &=-\frac {5 \sqrt {a} (c+d)^3 \tan ^{-1}\left (\frac {\sqrt {a} \sqrt {d} \cos (e+f x)}{\sqrt {a+a \sin (e+f x)} \sqrt {c+d \sin (e+f x)}}\right )}{8 \sqrt {d} f}-\frac {5 a (c+d)^2 \cos (e+f x) \sqrt {c+d \sin (e+f x)}}{8 f \sqrt {a+a \sin (e+f x)}}-\frac {5 a (c+d) \cos (e+f x) (c+d \sin (e+f x))^{3/2}}{12 f \sqrt {a+a \sin (e+f x)}}-\frac {a \cos (e+f x) (c+d \sin (e+f x))^{5/2}}{3 f \sqrt {a+a \sin (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 2.49, size = 391, normalized size = 1.93 \begin {gather*} -\frac {\sqrt {a (1+\sin (e+f x))} \left (\frac {15 (c+d)^3 \left (\log \left (\frac {e^{-i e} \left (2 \sqrt [4]{-1} c-2 (-1)^{3/4} d e^{i (e+f x)}+2 \sqrt {d} \sqrt {2 c e^{i (e+f x)}-i d \left (-1+e^{2 i (e+f x)}\right )}\right )}{\sqrt {d}}\right )-\log \left (\frac {2 e^{\frac {1}{2} i (e-2 f x)} \left ((-1)^{3/4} d+\sqrt [4]{-1} c e^{i (e+f x)}+i \sqrt {d} \sqrt {2 c e^{i (e+f x)}-i d \left (-1+e^{2 i (e+f x)}\right )}\right ) f}{\sqrt {d}}\right )\right ) \left (i \cos \left (\frac {1}{2} (e+f x)\right )+\sin \left (\frac {1}{2} (e+f x)\right )\right ) \sqrt {(\cos (e+f x)+i \sin (e+f x)) (c+d \sin (e+f x))}}{\sqrt {d}}+2 \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right ) (c+d \sin (e+f x)) \left (33 c^2+40 c d+19 d^2-4 d^2 \cos (2 (e+f x))+2 d (13 c+5 d) \sin (e+f x)\right )\right )}{48 f \left (\cos \left (\frac {1}{2} (e+f x)\right )+\sin \left (\frac {1}{2} (e+f x)\right )\right ) \sqrt {c+d \sin (e+f x)}} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[Sqrt[a + a*Sin[e + f*x]]*(c + d*Sin[e + f*x])^(5/2),x]

[Out]

-1/48*(Sqrt[a*(1 + Sin[e + f*x])]*((15*(c + d)^3*(Log[(2*(-1)^(1/4)*c - 2*(-1)^(3/4)*d*E^(I*(e + f*x)) + 2*Sqr
t[d]*Sqrt[2*c*E^(I*(e + f*x)) - I*d*(-1 + E^((2*I)*(e + f*x)))])/(Sqrt[d]*E^(I*e))] - Log[(2*E^((I/2)*(e - 2*f
*x))*((-1)^(3/4)*d + (-1)^(1/4)*c*E^(I*(e + f*x)) + I*Sqrt[d]*Sqrt[2*c*E^(I*(e + f*x)) - I*d*(-1 + E^((2*I)*(e
 + f*x)))])*f)/Sqrt[d]])*(I*Cos[(e + f*x)/2] + Sin[(e + f*x)/2])*Sqrt[(Cos[e + f*x] + I*Sin[e + f*x])*(c + d*S
in[e + f*x])])/Sqrt[d] + 2*(Cos[(e + f*x)/2] - Sin[(e + f*x)/2])*(c + d*Sin[e + f*x])*(33*c^2 + 40*c*d + 19*d^
2 - 4*d^2*Cos[2*(e + f*x)] + 2*d*(13*c + 5*d)*Sin[e + f*x])))/(f*(Cos[(e + f*x)/2] + Sin[(e + f*x)/2])*Sqrt[c
+ d*Sin[e + f*x]])

________________________________________________________________________________________

Maple [F]
time = 180.00, size = 0, normalized size = 0.00 \[\int \sqrt {a +a \sin \left (f x +e \right )}\, \left (c +d \sin \left (f x +e \right )\right )^{\frac {5}{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sin(f*x+e))^(1/2)*(c+d*sin(f*x+e))^(5/2),x)

[Out]

int((a+a*sin(f*x+e))^(1/2)*(c+d*sin(f*x+e))^(5/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))^(1/2)*(c+d*sin(f*x+e))^(5/2),x, algorithm="maxima")

[Out]

integrate(sqrt(a*sin(f*x + e) + a)*(d*sin(f*x + e) + c)^(5/2), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 419 vs. \(2 (183) = 366\).
time = 0.74, size = 1311, normalized size = 6.46 \begin {gather*} \left [\frac {15 \, {\left (c^{3} + 3 \, c^{2} d + 3 \, c d^{2} + d^{3} + {\left (c^{3} + 3 \, c^{2} d + 3 \, c d^{2} + d^{3}\right )} \cos \left (f x + e\right ) + {\left (c^{3} + 3 \, c^{2} d + 3 \, c d^{2} + d^{3}\right )} \sin \left (f x + e\right )\right )} \sqrt {-\frac {a}{d}} \log \left (\frac {128 \, a d^{4} \cos \left (f x + e\right )^{5} + a c^{4} + 4 \, a c^{3} d + 6 \, a c^{2} d^{2} + 4 \, a c d^{3} + a d^{4} + 128 \, {\left (2 \, a c d^{3} - a d^{4}\right )} \cos \left (f x + e\right )^{4} - 32 \, {\left (5 \, a c^{2} d^{2} - 14 \, a c d^{3} + 13 \, a d^{4}\right )} \cos \left (f x + e\right )^{3} - 32 \, {\left (a c^{3} d - 2 \, a c^{2} d^{2} + 9 \, a c d^{3} - 4 \, a d^{4}\right )} \cos \left (f x + e\right )^{2} - 8 \, {\left (16 \, d^{4} \cos \left (f x + e\right )^{4} - c^{3} d + 17 \, c^{2} d^{2} - 59 \, c d^{3} + 51 \, d^{4} + 24 \, {\left (c d^{3} - d^{4}\right )} \cos \left (f x + e\right )^{3} - 2 \, {\left (5 \, c^{2} d^{2} - 26 \, c d^{3} + 33 \, d^{4}\right )} \cos \left (f x + e\right )^{2} - {\left (c^{3} d - 7 \, c^{2} d^{2} + 31 \, c d^{3} - 25 \, d^{4}\right )} \cos \left (f x + e\right ) + {\left (16 \, d^{4} \cos \left (f x + e\right )^{3} + c^{3} d - 17 \, c^{2} d^{2} + 59 \, c d^{3} - 51 \, d^{4} - 8 \, {\left (3 \, c d^{3} - 5 \, d^{4}\right )} \cos \left (f x + e\right )^{2} - 2 \, {\left (5 \, c^{2} d^{2} - 14 \, c d^{3} + 13 \, d^{4}\right )} \cos \left (f x + e\right )\right )} \sin \left (f x + e\right )\right )} \sqrt {a \sin \left (f x + e\right ) + a} \sqrt {d \sin \left (f x + e\right ) + c} \sqrt {-\frac {a}{d}} + {\left (a c^{4} - 28 \, a c^{3} d + 230 \, a c^{2} d^{2} - 476 \, a c d^{3} + 289 \, a d^{4}\right )} \cos \left (f x + e\right ) + {\left (128 \, a d^{4} \cos \left (f x + e\right )^{4} + a c^{4} + 4 \, a c^{3} d + 6 \, a c^{2} d^{2} + 4 \, a c d^{3} + a d^{4} - 256 \, {\left (a c d^{3} - a d^{4}\right )} \cos \left (f x + e\right )^{3} - 32 \, {\left (5 \, a c^{2} d^{2} - 6 \, a c d^{3} + 5 \, a d^{4}\right )} \cos \left (f x + e\right )^{2} + 32 \, {\left (a c^{3} d - 7 \, a c^{2} d^{2} + 15 \, a c d^{3} - 9 \, a d^{4}\right )} \cos \left (f x + e\right )\right )} \sin \left (f x + e\right )}{\cos \left (f x + e\right ) + \sin \left (f x + e\right ) + 1}\right ) + 8 \, {\left (8 \, d^{2} \cos \left (f x + e\right )^{3} - 2 \, {\left (13 \, c d + d^{2}\right )} \cos \left (f x + e\right )^{2} - 33 \, c^{2} - 14 \, c d - 13 \, d^{2} - {\left (33 \, c^{2} + 40 \, c d + 23 \, d^{2}\right )} \cos \left (f x + e\right ) - {\left (8 \, d^{2} \cos \left (f x + e\right )^{2} - 33 \, c^{2} - 14 \, c d - 13 \, d^{2} + 2 \, {\left (13 \, c d + 5 \, d^{2}\right )} \cos \left (f x + e\right )\right )} \sin \left (f x + e\right )\right )} \sqrt {a \sin \left (f x + e\right ) + a} \sqrt {d \sin \left (f x + e\right ) + c}}{192 \, {\left (f \cos \left (f x + e\right ) + f \sin \left (f x + e\right ) + f\right )}}, \frac {15 \, {\left (c^{3} + 3 \, c^{2} d + 3 \, c d^{2} + d^{3} + {\left (c^{3} + 3 \, c^{2} d + 3 \, c d^{2} + d^{3}\right )} \cos \left (f x + e\right ) + {\left (c^{3} + 3 \, c^{2} d + 3 \, c d^{2} + d^{3}\right )} \sin \left (f x + e\right )\right )} \sqrt {\frac {a}{d}} \arctan \left (\frac {{\left (8 \, d^{2} \cos \left (f x + e\right )^{2} - c^{2} + 6 \, c d - 9 \, d^{2} - 8 \, {\left (c d - d^{2}\right )} \sin \left (f x + e\right )\right )} \sqrt {a \sin \left (f x + e\right ) + a} \sqrt {d \sin \left (f x + e\right ) + c} \sqrt {\frac {a}{d}}}{4 \, {\left (2 \, a d^{2} \cos \left (f x + e\right )^{3} - {\left (3 \, a c d - a d^{2}\right )} \cos \left (f x + e\right ) \sin \left (f x + e\right ) - {\left (a c^{2} - a c d + 2 \, a d^{2}\right )} \cos \left (f x + e\right )\right )}}\right ) + 4 \, {\left (8 \, d^{2} \cos \left (f x + e\right )^{3} - 2 \, {\left (13 \, c d + d^{2}\right )} \cos \left (f x + e\right )^{2} - 33 \, c^{2} - 14 \, c d - 13 \, d^{2} - {\left (33 \, c^{2} + 40 \, c d + 23 \, d^{2}\right )} \cos \left (f x + e\right ) - {\left (8 \, d^{2} \cos \left (f x + e\right )^{2} - 33 \, c^{2} - 14 \, c d - 13 \, d^{2} + 2 \, {\left (13 \, c d + 5 \, d^{2}\right )} \cos \left (f x + e\right )\right )} \sin \left (f x + e\right )\right )} \sqrt {a \sin \left (f x + e\right ) + a} \sqrt {d \sin \left (f x + e\right ) + c}}{96 \, {\left (f \cos \left (f x + e\right ) + f \sin \left (f x + e\right ) + f\right )}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))^(1/2)*(c+d*sin(f*x+e))^(5/2),x, algorithm="fricas")

[Out]

[1/192*(15*(c^3 + 3*c^2*d + 3*c*d^2 + d^3 + (c^3 + 3*c^2*d + 3*c*d^2 + d^3)*cos(f*x + e) + (c^3 + 3*c^2*d + 3*
c*d^2 + d^3)*sin(f*x + e))*sqrt(-a/d)*log((128*a*d^4*cos(f*x + e)^5 + a*c^4 + 4*a*c^3*d + 6*a*c^2*d^2 + 4*a*c*
d^3 + a*d^4 + 128*(2*a*c*d^3 - a*d^4)*cos(f*x + e)^4 - 32*(5*a*c^2*d^2 - 14*a*c*d^3 + 13*a*d^4)*cos(f*x + e)^3
 - 32*(a*c^3*d - 2*a*c^2*d^2 + 9*a*c*d^3 - 4*a*d^4)*cos(f*x + e)^2 - 8*(16*d^4*cos(f*x + e)^4 - c^3*d + 17*c^2
*d^2 - 59*c*d^3 + 51*d^4 + 24*(c*d^3 - d^4)*cos(f*x + e)^3 - 2*(5*c^2*d^2 - 26*c*d^3 + 33*d^4)*cos(f*x + e)^2
- (c^3*d - 7*c^2*d^2 + 31*c*d^3 - 25*d^4)*cos(f*x + e) + (16*d^4*cos(f*x + e)^3 + c^3*d - 17*c^2*d^2 + 59*c*d^
3 - 51*d^4 - 8*(3*c*d^3 - 5*d^4)*cos(f*x + e)^2 - 2*(5*c^2*d^2 - 14*c*d^3 + 13*d^4)*cos(f*x + e))*sin(f*x + e)
)*sqrt(a*sin(f*x + e) + a)*sqrt(d*sin(f*x + e) + c)*sqrt(-a/d) + (a*c^4 - 28*a*c^3*d + 230*a*c^2*d^2 - 476*a*c
*d^3 + 289*a*d^4)*cos(f*x + e) + (128*a*d^4*cos(f*x + e)^4 + a*c^4 + 4*a*c^3*d + 6*a*c^2*d^2 + 4*a*c*d^3 + a*d
^4 - 256*(a*c*d^3 - a*d^4)*cos(f*x + e)^3 - 32*(5*a*c^2*d^2 - 6*a*c*d^3 + 5*a*d^4)*cos(f*x + e)^2 + 32*(a*c^3*
d - 7*a*c^2*d^2 + 15*a*c*d^3 - 9*a*d^4)*cos(f*x + e))*sin(f*x + e))/(cos(f*x + e) + sin(f*x + e) + 1)) + 8*(8*
d^2*cos(f*x + e)^3 - 2*(13*c*d + d^2)*cos(f*x + e)^2 - 33*c^2 - 14*c*d - 13*d^2 - (33*c^2 + 40*c*d + 23*d^2)*c
os(f*x + e) - (8*d^2*cos(f*x + e)^2 - 33*c^2 - 14*c*d - 13*d^2 + 2*(13*c*d + 5*d^2)*cos(f*x + e))*sin(f*x + e)
)*sqrt(a*sin(f*x + e) + a)*sqrt(d*sin(f*x + e) + c))/(f*cos(f*x + e) + f*sin(f*x + e) + f), 1/96*(15*(c^3 + 3*
c^2*d + 3*c*d^2 + d^3 + (c^3 + 3*c^2*d + 3*c*d^2 + d^3)*cos(f*x + e) + (c^3 + 3*c^2*d + 3*c*d^2 + d^3)*sin(f*x
 + e))*sqrt(a/d)*arctan(1/4*(8*d^2*cos(f*x + e)^2 - c^2 + 6*c*d - 9*d^2 - 8*(c*d - d^2)*sin(f*x + e))*sqrt(a*s
in(f*x + e) + a)*sqrt(d*sin(f*x + e) + c)*sqrt(a/d)/(2*a*d^2*cos(f*x + e)^3 - (3*a*c*d - a*d^2)*cos(f*x + e)*s
in(f*x + e) - (a*c^2 - a*c*d + 2*a*d^2)*cos(f*x + e))) + 4*(8*d^2*cos(f*x + e)^3 - 2*(13*c*d + d^2)*cos(f*x +
e)^2 - 33*c^2 - 14*c*d - 13*d^2 - (33*c^2 + 40*c*d + 23*d^2)*cos(f*x + e) - (8*d^2*cos(f*x + e)^2 - 33*c^2 - 1
4*c*d - 13*d^2 + 2*(13*c*d + 5*d^2)*cos(f*x + e))*sin(f*x + e))*sqrt(a*sin(f*x + e) + a)*sqrt(d*sin(f*x + e) +
 c))/(f*cos(f*x + e) + f*sin(f*x + e) + f)]

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))**(1/2)*(c+d*sin(f*x+e))**(5/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 4368 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sin(f*x+e))^(1/2)*(c+d*sin(f*x+e))^(5/2),x, algorithm="giac")

[Out]

integrate(sqrt(a*sin(f*x + e) + a)*(d*sin(f*x + e) + c)^(5/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \sqrt {a+a\,\sin \left (e+f\,x\right )}\,{\left (c+d\,\sin \left (e+f\,x\right )\right )}^{5/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + a*sin(e + f*x))^(1/2)*(c + d*sin(e + f*x))^(5/2),x)

[Out]

int((a + a*sin(e + f*x))^(1/2)*(c + d*sin(e + f*x))^(5/2), x)

________________________________________________________________________________________